home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / lib / parser / yysemantic.c < prev   
C/C++ Source or Header  |  1996-07-17  |  128b  |  9 lines

  1.  
  2. #include "parser.p" 
  3.  
  4. void yysemantic(char *s)
  5. {
  6.     parse_errors++;
  7.     printf("Line %d at %s: %s\n", yylineno, yytext, s);
  8. }
  9.